home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-29 | 1.1 KB | 51 lines | [TEXT/CWIE] |
- //
- // FlyThrough Headers.pch++
- //
- // Precompiled headers for PowerPlant projects that use
- // QuickDraw 3D.
- //
- // Includes most of the Toolbox, PowerPlant, and all
- // of QuickDraw 3D 1.0 except the viewer.
- //
- // by James Jennings
- // November 23, 1995
- //
-
- #pragma once
-
- #define __dest_os __mac_os
-
- #pragma precompile_target "FlyThrough_Headers"
-
- #if 0 // debugging version
- #include <PP_DebugHeadersPPC>
- #else // non-debugging version
- #include <PP_ClassHeadersPPC>
- #endif
-
- #include <QD3D.h>
- #include <QD3DAcceleration.h>
- #include <QD3DCamera.h>
- #include <QD3DController.h>
- #include <QD3DDrawContext.h>
- #include <QD3DErrors.h>
- #include <QD3DGeometry.h>
- #include <QD3DGroup.h>
- #include <QD3DIO.h>
- #include <QD3DLight.h>
- #include <QD3DMath.h>
- #include <QD3DPick.h>
- #include <QD3DRenderer.h>
- #include <QD3DSet.h>
- #include <QD3DShader.h>
- #include <QD3DStorage.h>
- #include <QD3DString.h>
- #include <QD3DStyle.h>
- #include <QD3DTransform.h>
- #include <QD3DView.h>
-
- #include "QD3D Debug Macros.h"
-
- // retroactively add modal filters to every PP alert and dialog
- #include "Modal Filter Macros.h"
-